projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e5e3c
)
Revert "Give ,@ a prefix syntax in elisp-mode"
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 8 Jun 2022 12:27:14 +0000
(14:27 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 8 Jun 2022 12:27:14 +0000
(14:27 +0200)
This reverts commit
d003848b5e3ad2dfbe84cc62b99776fdc6734325
.
This leads to hangs in edebug-tests.
lisp/progmodes/elisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index 210270bc679aca8af392c0df99104392ca6eacae..77bf3f1ed181cba88aad3886c1481086cc5889b9 100644
(file)
--- a/
lisp/progmodes/elisp-mode.el
+++ b/
lisp/progmodes/elisp-mode.el
@@
-245,9
+245,6
@@
Comments in the form will be lost."
;; Empty symbol.
("##" (0 (unless (nth 8 (syntax-ppss))
(string-to-syntax "_"))))
- ;; Give ,@ a prefix syntax.
- (",@" (0 (unless (ppss-comment-or-string-start (syntax-ppss))
- (string-to-syntax "'"))))
;; Unicode character names. (The longest name is 88 characters
;; long.)
("\\?\\\\N{[-A-Za-z0-9 ]\\{,100\\}}"